regexp.bitState.push (method)
6 uses
regexp (current package)
backtrack.go#L131: func (b *bitState) push(re *Regexp, pc uint32, pos int, arg bool) {
backtrack.go#L143: b.push(re, pc, pos, false)
backtrack.go#L188: b.push(re, pc, pos, true)
backtrack.go#L198: b.push(re, inst.Arg, pos, false)
backtrack.go#L204: b.push(re, inst.Out, b.end, false)
backtrack.go#L252: b.push(re, pc, b.cap[inst.Arg], true) // come back when we're done.
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |